ByteNINumericByteNMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.Multiply(
ByteN value
)
Private Function Multiply (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).Multiply
private:
virtual ByteN Multiply(
ByteN value
) sealed = INumeric<ByteN>::Multiply
private abstract Multiply :
value : ByteN -> ByteN
private override Multiply :
value : ByteN -> ByteN
- value ByteN
- The value to multiply with the current value.
ByteNThe product of the current value and
value.
INumericTSelfMultiply(TSelf)